Just Monika
表示位置が変わるとおもしろそう
https://gyazo.com/b34e90932fcbd21bc450da1a69cd1155
code:style.css
@media only screen and (min-width: 480px) {
content: "";
background-size: 1000px 1000px;
display: block;
width: 700px;
height: 700px;
position: fixed;
right: -50px;
bottom: -80px;
}
}